ostream& replaced by OIOout&

The type of the argument to the storer(ostream&) function has been changed to an OIOout&. OIOout is an abstract base class, and all output operators are virtual functions, so you can customize the Object I/O format by defining your own derived classes. OIOostream and OIOnihout implement a format similar to the old OOPS format.